ApplePay API
Notify Digital Card
Notification API :
URLS:
Description : This endpoint is used to notify customers for digital card.
Notifications for the digital card will be triggered from Thales (D1). Mulesoft will receive the request and map the request as per CMS and hit Notification API with digitalCardId. Response is sent to D1 by Mulesoft in real-time basis from CMS. If transaction fails due to any reason, a proper error is sent back to the API consuming channel to both REST using the error codes defined.
Mulesoft Request (Sample):
Mandatory Headers: x-correlation-id
Parameters:
URI Params: issuerId, digitalCardId
Query Params: NA
Content-Type : application/json
Request Body:
{
"operationId": "id123",
"operation": "CREATE",
"status": "PENDING"
}
Allowed Values - Request:
operation:
SUSPEND
DELETE
RESUME
RENEW
status:
PENDING
SUCCESSFUL
FAILED
Mulesoft Response (Sample):
Success Response: (204):
“ ”
Sample Error Response:
400, 404, 500:
{
"error": "Invalid Card Status"
}
401:
“ ”